In the old project, although they each set different TickGroup, TG_PrePhysics for SkeletalMeshComponent, and TG_StartPhysics for PawnMovementComponent subclass.
But I found that when executing Ticks, they are all executed in TG_DuringPhysics.
Is this possibly related to RootMotion?
The RootMotion is enabled when playing animation.