I can do the algebra to show that for $u, v, w \in \mathbb{R}^3$, this identity is true:
$$u \cdot (v \times w) = (u \times v) \cdot w$$
But is there a more high-level reason? I didn't expect the cross and dot product to be connected in this surprising way.
$$u \cdot (v \times w) = \det(u, v, w) $$
where (u, v, w) means the 3x3 matrix whose columns are $u$, $v$, and $w$ respectively, and thus the triple product satisfies all of the algebraic identities that determinants do.
(alternatively, $(u,v,w)$ can mean the matrix whose rows are $u$, $v$, and $w$, if you prefer to think of vectors as row vectors)