If we define ordinal as being a set of all transitive proper subsets of it. Formally
$ord(X) \iff X=\{Y \subsetneq X \mid trs(Y) \}$
Where: $trs(X) \iff \forall x \in X \,(x \subseteq X)$
What is the minimal set of axioms of ZFC needed to prove that all ordinals are connected by $\subseteq$? That is: $$\forall \alpha \, \forall \beta: ord(\alpha) \land ord(\beta) \implies \alpha \subseteq \beta \lor \beta \subseteq \alpha$$
Is it the axiom of intersection, i.e. the assertion that $A \cap B$ exists for any sets $A,B$?
Zuhair commented a nice proof on this answer that runs as follows:
Assume towards a contradiction that $\alpha$ and $\beta$ are $\subseteq$-incomparable ordinals, then consider $\alpha\cap\beta$. This set is an ordinal, since it consists of the transitive proper subsets of $\alpha$ that are also transitive proper subsets of $\beta$. Since $\alpha\cap\beta$ is a transitive proper subset of $\alpha$, it must be an element of $\alpha$, and the same logic applies to $\beta$, so we get $\alpha\cap\beta\in\alpha\cap\beta$. But $\alpha\cap\beta$ isn't a transitive proper subset of $\alpha\cap\beta$, so $\alpha\cap\beta$ can't be a member of $\alpha\cap\beta$, which is a contradiction.
The rudimentary functions are a class of very weak set functions that are even weaker than the primitive recursive set functions, and $f(x,y)=x\cap y=x-(x-y)$ is rudimentary. Rudimentary set theory is a very weak set theory that's Kripke-Platek set theory without the collection schema, and it proves the rudimentary functions total, so it proves $\alpha\cap\beta$ exists. Even though it doesn't have powerset, $ord$ is still absolute between transitive models of rud. set theory, since we can formalize $ord(X)$ as the statement $\forall y((y\subsetneq X\land trs(y))\leftrightarrow y\in X)$, and since we only consider transitive models, $trs$ and $y\subsetneq X$ are absolute between them, and the $y$ such that $y\subsetneq X$ are in the intersection of all such models containing $X$.
But rud. set theory also has foundation, so even a theory as weak as rudimentary set theory is overkill for proving this theorem. I believe we can also remove the axiom of union and the theorem is still provable, since no supersets of $\textrm{max}\{\alpha,\beta\}$ are considered.
I'm not sure if we can remove much more than union (e.g. removing so much that it no longer follows that all rud. functions are total) and still prove the theorem. As of this edit I have attempted several times and failed to construct a model of "empty set+extensionality+union" in which the statement of the theorem is false, but I wasn't able to construct such a model.