We have this random variable $Y= \frac{x - μ}{\sigma}$ to convert a normal distribution $N(\mu, \sigma)$ to a $N(0, 1)$. It is quite intuitive to subtract $\mu$, since you move all the values in the $x$-axis, and thus move the mean $\mu$ to the origin of coordinates. But it does not seem intuitive to divide by the standard deviation.
This answer is basically this, however, I have not understood the answers, specifically this:
$$E[Y] = \frac{E[X] - \mu}{\sigma} = \frac{\mu-\mu}{\sigma} = 0.$$
$$\text{Var}(Y) = \frac{1}{\sigma^2}\text{Var}(X) = \frac{1}{\sigma^2}\sigma^2 = 1.$$
And I would also like to get an intuitive answer.