From another engine I know the feature animation-sharing, which doesn't mean that several models can have one animation file with different animations, but that bone-calculations are shared for several instances so they're only calculated once per frame. So if you'd share a walk-animation, two (or more) models would walk exactly at the same time.
Is this possible within Unity3D?
If yes, is it even automatically enabled?