What is the point of calling `reset_parameters()` when initializing a model on a meta device?

I’m specifically referring to this code:

Why is what’s in a module’s __init__ not enough?