If you know the first $90$ derivatives at $0$, then you know something about the difference:
$$g(x)=f(x)-\sum_{k=0}^{90} \frac{f^{(k)}(0)}{k!}x^k$$
when $x$ is "close to zero." Specifically, you know that $\frac{g(x)}{x^{90}}\to 0$ as $x\to 0$.
Another way of saying this is that $h(x)=\sum_{0}^{90}\frac{f^{(k)}(0)}{k!}x^k$ is universally the best polynomial approximator for $f$ of degree $90$ or less near $0$ - that is, if you give me another polynomial $p$ of degree $90$ or less, there is some neighborhood of $0$ where $|f(x)-h(x)|\leq |f(x)-p(x)|$ for all $x$ in the neighborhood.
Also, consider the a question of units. If $f$ is a function of time returning a position in meters, then $f'(x)$ has units $m/s$, $f''(x)$ has units $m/s^2$, etc. $f^{(90)}$ has units $m/s^{90}$. So there is no point in comparing derivatives, because their values implicitly have different units. If you change your units of time from seconds to milliseconds, then $1 m/s^{90}$ is $\frac{1}{10^{270}}m/ms^{90}$, while $1 m/s$ only scales to $\frac{1}{1000}m/ms$. So trying to compare these values is actually at heart a mistake.
Let's look at an easier function:
$$f(x)=\frac{1}{1-x}$$
This has $f^{(n)}(0)=n!$. That's big. And since the power series for this function converges when $|x|<1$, we see that these terms do start adding up when $x$ gets nearer and near to $1$. If we write:
$$f(a+x)=\frac{1}{1-a-x} = \frac{1}{1-a}\frac{1}{1-\frac{x}{1-a}}$$
we see that $f^{(n)}(a)=\frac{n!}{(1-a)^{n+1}}$. So, as $a$ approaches $1$, these values are just getting terribly huge, until the function completely explodes.
Another way to think of it: Velocity is relative. In Newtonian physics, if we observe a particle moving, our frame of reference affects the measurement of that particle's velocity. But, at least if we aren't accelerating ourselves, that particle's acceleration measurement is exactly the same. Indeed, the exact measurements of the $n$th derivatives for $n>1$ really tells us nothing about the size of the first derivative, because we could change our frame of reference, measure exactly the same higher derivatives, but different velocities.