It works as a client-side interpolation between updates from the server. It smooths out other player model animations by using the last known position, velocity, acceleration, direction, etc. to fill in the animation between updates from the server.
Generally speaking, interpolation isn't...