The short answer is that there is more to quantum information than "uncertainty". This is because there is more than one way to measure a state; and that is because there is more than one basis in which, in principle, you can store and retrieve information. Superpositions allow you to express information in a different basis than the computational basis — but mixtures describe the presence of a probabilistic element, no matter which basis you use to look at the state.
The longer answer is as follows —
Measurement as you have described it is specifically measurement in the computational basis. This is often described just as "measurement" for the sake of brevity, and large subsets of the community think in terms of this being the primary way to measure things. But in many physical systems, it is possible to choose a measurement basis.
A vector space over C has more than one basis (even more than one orthonormal basis), and on a mathematical level there isn't much that makes one basis more special than another, aside from what is convenient for the mathematician to think about. The same is true in quantum mechanics: unless you specify some specific dynamics, there is no basis which is more special than the others. That means that the computational basis
|0⟩=[10],|1⟩=[01]
is not fundamentally different physically from another basis such as
|+⟩=12√[11],|−⟩=12√[1−1],
which is also an orthonormal basis. That means that there should be a way to "measure" a state
|ψ⟩∈C2 in such a way that the probabilities of the outcomes depend on projections onto these states
|+⟩ and
|−⟩.
In some physical systems, the way one performs this measurement is to literally take the same apparatus and tilt it so that it is aligned with the X axis instead of the Z axis. Mathematically, the way we do this is to consider the projectors
Π+=|+⟩⟨+|=12[1111],Π−=|−⟩⟨−|=12[1−1−11]
and then to ask what the projections
|φ+⟩:=Π+|ψ⟩ and
|φ−⟩:=Π−|ψ⟩. The norm-squared of
|φ±⟩ determines the probability of "measuring
|+⟩" and of "measuring
|−⟩"; and normalising
|φ+⟩ or
|φ−⟩ to have a norm of 1 yields the post-measurement state. (For a state on a single qubit, this will just be
|+⟩ or
|−⟩. More interesting post-measurement states may result if we consider multi-qubit states, and consider the projector
Π+ or
Π− acting on one of many qubits.)
For density operators, one takes the state ρ which you want to perform a measurement on, and consider ρ+:=Π+ρΠ+ and ρ−:=Π−ρΠ−. These operators may be sub-normalised in the same way that the states |φ±⟩ might be, in the sense that they may have trace less than 1. The value of the trace of ρ± is the probability of obtaining the outcome |+⟩ or |−⟩ of the measurement; to renormalise, simply scale the projected operator to have trace 1.
Consider your state ρ2 above. If you measure it with respect to the |±⟩ basis, what you will find is that ρ2=ρ2,+:=Π+ρ2Π+. This means that projecting the operator with Π+ does change the state, and that the probability of obtaining the outcome |+⟩ to the measurement is 1. If you do this instead with ρ1, you will find a 50/50 chance of obtaining either |+⟩ or |−⟩. So the state ρ1 is a mixed state, while ρ2 is not --- the difference being that ρ2 has a definite outcome in a different measurement basis than the standard basis. You might say that ρ2 stores a definite piece of information, albeit in a different basis than the computational basis.
More generally, a mixed state is one whose largest eigenvalue is less than 1, meaning that there is no basis in which you can measure it to get a definite outcome. Superpositions allow you to express information in a different basis than the computational basis; mixtures represent a degree of randomness about the state of the system you're considering, regardless of how you measure that system.