Reusing just a function

Is making that function static always the best option?
Im not sure if static functions are slower as the non static, but seems that Adobe itself uses a lot of static functions on his examples when wants to reuse just a function…
So, is there any good reason to do it that way?Or reason to not use it that way?