Stupid question.....

What is the benefit of using Static classes? Why would you use it? Why not create a standard instiatable class (new keyword) and have functions in that to do the same job as a static class?