To clarify my question, here is an example:
We know that $1 < 2$ or $2 > 1$ (one is less than two, or, two is greater than one), but is this only based on our intuition or natural understanding of "size"?
To ask it in a different way, what does it mean for a number to be greater/less than another? Is there a way or method for establishing this, or is it, as mentioned above, just common sense (based on the definition of a number)?
It may be silly to ask such a question, but it is worth the clarification nonetheless.
There is probably more than one way to go about defining this.
Here's one (at least for integers): by taking the number $1$ and adding it to itself (or finding successors) several times, we can get the natural numbers. To get the integers, we also need to take additive inverses. This distinguishes between positive and negative integers: positives are the ones we got as natural numbers, negatives are the ones we needed to take inverses to get.
Now, we can use this concept, plus the concept of subtraction, to define a size relation. Say $m > n$ if $m-n$ is positive, and $m < n$ if $m-n$ is negative.
For real numbers, the same definition goes through, assuming we've somehow distinguished the positive from the negative real numbers. As far as I'm aware, usual constructions of the real numbers allow such a distinction.