Define the following relation $\le$ between arithmetic functions $f$ and $g$ (mappings from $\mathbb{N} \rightarrow \mathbb{N}$):
$f \le g := \exists n_0, k: \forall n: n \gt n_0 \implies f(n) \lt k \cdot g(n)$
So for example we have $(n \rightarrow n) \lt (n \rightarrow n^2)$ and also $(n \rightarrow n + 1) \le (n \rightarrow n)$.
Does there exist an uncountable set of arithmetic functions that is well-ordered under this relation, assuming the axiom of choice?
$f_\alpha,$ where $\alpha$ ranges over $\omega_1$ the least uncountable ordinal, is such an uncountable sub-well-order under the following definition. Let $f_0$ be any computable function. Let $f_1$ be the Busy Beaver function, which grows strictly faster than any choice of $f_0.$
Now we proceed by transfinite induction. For $\alpha$ a successor ordinal, let $f_\alpha$ be a "super-Busy Beaver function" for Turing machines equipped with an oracle for $f_{\alpha-1}$. For $\alpha$ a limit ordinal, do the same thing but let your Turing machines have an oracle for all the $f_\beta,\beta<\alpha$.
Of course, this sequence grows much faster than necessary. It's no trouble to find $\omega^2$ levels in between each jump to a new oracle: before the first BB function, for instance, we could use $n,n^2,...,2^n,2^{n^2},...,2^{2^n},2^{2^{n^2}},...,...$. And we could get more by bringing in tetration, pentation, and the like...I think this'll do at least $\omega^\omega$. But since again there are only countably many computable functions we'll have to make uncountably many oracle jumps regardless.