in normal class we need to create an instance of the class but in static class there is no need to create an instance of the class.

so my question is

what is the benifit of not creating instance of a static class over normal class in c#?