In my multiplayer game with phtoton when there is higher draw calls the player moves faster but i have time.deltatime in the script
float Fspeed = Input.GetAxis("Vertical") * movespeed * Time.deltaTime;
float Sspeed = Input.GetAxis("Horizontal") * movespeed * Time.deltaTime;
with higher framerates my speed is lower with higher frames my speed is high