I have just recently begun studying Brownian motion and stochastic calculus at the level of an undergraduate or beginning graduate student of applied mathematics. (Textbooks I've looked at are by Mikosch, Gardiner, Kloeden and Platen.)
Back when I first started thinking about stochastic dynamics, I was a cognitive science student who was simulating neural decision making circuits. We had a differential equation to model our system, and my advisor suggested that I try "adding in some noise."
Intuitively, I would have written a discretized equation to model the evolution of some state variable $X$ like this: $$\Delta X = [ a(t,X)+ R ] \Delta t $$ where a is a coefficient that depends upon the state variable $x$ and time $t$, and where $R$ denotes a random variable (probably taken to be normal and centered at zero with variance $\sigma^2$)
In other words, at some level, I would have expected an "intuitive stochastic differential equation" to be expressed in the general form $$ \Delta X = [a(t,X,R)] \Delta t $$ where a is now any function of a random variable.
However, crucially for the theory of stochastic differential equations and the models I see (at least the ones that come up in modeling neural decisions -- e.g. Ornstein-Uhlenbeck), the discretized equation has the stochastic part scaled with $\sqrt{\Delta t}$, rather than just $\Delta t$. For instance, Brownian motion is discretized as $$\Delta X = R \sqrt{ \Delta t}$$ where R denotes a standard normal.
Finally my question: Why is it so desirable, for modeling stochastic dynamics generally speaking, to have the stochastic part of a stochastic difference equation scale with the square root of the change in time rather than simply linearly with the change in time?