I appreciate that you wouldn't normally want to do this.
However, I have a couple of classes that define only static methods. As instantiating such a class would be meaningless, I define them abstract.
However, as there are no instance methods, a derived class would be meaningless. So they could, for what it's worth, be defined sealed.