The only positive solution of the equation $\sin (\tan x) = x$ is at a number $a = 0.999906...$. Is it a coincidence that the number $a$ is so close to $1$, or is there a conceptual explanation?
It was obvious $a$ was going to have to be less than $1$, but not this close. The answer seems to be related to $\tan 1 \approx \pi/2$, but that merely shifts the problem to explaining why that is the case.
(I became interested in this question after reading this other question: Prove: $\sin (\tan x) \geq {x}$ )
Edit: I have thought about the question some more, and added some ideas in the form of an answer partially addressing why we have $\tan 1 \approx \pi/2$.

Consider that you try to solve your equation using Newton method starting at $x=1$. The first iterate is given by $$x = 1 + \frac {-1 + \sin(\tan(1))} {1 - \cos(\tan(1)) \sec(1)^2};$$ the change is $-0.000093934$.
If you use Halley method, the formula becomes much more complex and the change is $-0.0000939875$.