I took a look over this question and I was wondering the opposite situation. Why would be needed?
Someone said there that:
Why would you have a "shared method" that is in a class, not in a module? Answer: To share it amongst instances of its class.
Well this it is clear why it would be necessary to use a static method within a non-static class. What about the opposite?