Apply_filters

For WordPress to know what filter to apply to and what to apply to it those arguments are needed.
It wouldn’t make much sense to say “to this hook add this function” without specifying both the hook and the function.

“add” is like saying “make this function available” and “apply” is like saying “use the function”

For WordPress, both are needed.