I'm not sure where the confusion is raising, but I'll try.
If we define
$$
\Delta_{x} := B(x+1) - B(x)
$$
we see that this variable is normally distributed. What is this? It is the increment.
This means that if at step $x$ we are at $B(x)$ we can find where we will be at $x+1$ using
$$
B(x+1) = \Delta_x + B(x)
$$
but $\Delta_x$ is a random variable! This means that we can have certain probabilities of being somewhere in the next step.
For simplicity, let's image that at $x=0$ we start from $B(0)=0$. It means that
$$
B(1) = \Delta_0
$$
which is a normally distributed random variable!
The gaussian probability tells you that the probability density function of $B(1)$ is gaussian. So, in this case, you will have a high probability of being around $0$ at the next step and a lower probability of being far from it.
I've used your notation here, but I suggest using $t$ instead of $x$ as it is more intuitive to understand that it is the time.