Let $R(\phi, \boldsymbol{n})$ be a member of Lie Group SO(3). According to Wikipedia
If $R(\phi, \boldsymbol{n})$ denotes a counter-clockwise 3D rotation through an angle $\phi$ about the axis specified by the unit vector $\boldsymbol{n}$ , then
$\left.{\operatorname{d}\over\operatorname{d}\phi} \right|_{\phi=0} R(\phi,\boldsymbol{n}) \boldsymbol{x} = \boldsymbol{n} \times \boldsymbol{x}$
for every vector $\boldsymbol{x}$ in $\textsf{R}^3$.
Can someone provide a little bit of intuition for this result?
As I understand it, the operation $\boldsymbol{n} \times \boldsymbol{x}$ in 3 dimensions produces a vector normal to the plane containing $\boldsymbol{n}$ and $\boldsymbol{x}$. So what does it mean to say that evaluating the expression on the left produces this particular vector?


Consider the expression of the rotation matrix as angle and axis $$\frac{\delta}{\delta \phi} R(\phi,\mathbf{n}) = \frac{\delta}{\delta \phi} (\cos\phi \mathbf{I} + (1-cos\phi)\mathbf{n}\mathbf{n}^T - sin\phi \mathbf{n}^\times )= -\sin(\phi)\mathbf{I} + \sin\phi \mathbf{n}\mathbf{n}^T - cos\phi \mathbf{n}^\times = - \boldsymbol{x}^\times (\cos\phi \mathbf{I} + (1-cos\phi)\mathbf{n}\mathbf{n}^T - sin\phi \mathbf{n}^\times) = - \boldsymbol{x}^\times R(\phi,\mathbf{n}) $$
now if we consider the rotation of a vector
$$\left.{\operatorname{d}\over\operatorname{d}\phi} \right|_{\phi=0} R(\phi,\boldsymbol{n}) \boldsymbol{x} = - \boldsymbol{x}^\times \left.R(\phi,\mathbf{n})\right|_{\phi=0} \boldsymbol{x} = -\boldsymbol{x}^\times \boldsymbol{I} \boldsymbol{x} = -\boldsymbol{n} \times \boldsymbol{x}$$
That is the intuition behind.