Is the variable pause_park used for speed calculation?

I wanted to change the pause park position of the toolhead to X0 Y350 in stead of X0 Y0 because it is annoyingly in the way. So I went into the Macro.cfg and changed this line:
variable_pause_park:{‘x’: 0, ‘y’: 0, ‘z’: 10, ‘e’: 1} → variable_pause_park:{‘x’: 0, ‘y’: 350, ‘z’: 10, ‘e’: 1}

After doing that I noticed when making the bedmesh before printing, the speed of the X and Y steppers seemed to be at half of what they were. And the Z height was also off and it started printing to close to the bed. So after that I changed the pause_park values back and that solved the problem. My best guess is that this value is used in certain calculations but I can’t find where. Does anyone have any info on this?
I’m running the standard SOVOL klipper version. Does it also work like this in mainline klipper?