One use would be this:
class MyClass { static(global) instances=0; int my_instance_number=instances++;
... }
As far as I'm concerned, if someone needs a functionality in Pike, feel free to add it. You don't need to use all functionality to be able to use Pike.
Just make sure that it works.