Why does pawn's addmovementinput method set scale value 10000 and 1 have the same effect?

Why does AddActorLocalOffset move faster than addmovementinput with the same scale value of 10000?

Add movement input only scales from -1 to 1. MaxWalkSpeed in the movement component determines how fast 1 is. AddActorLocalOffset doesn’t use movement component.