Okey, I kind of get what you're all saying, but struggle a bit with understanding the exact benefit.
If the resolution is cheap to increase so much like here, it might not have a real impact on the price point of the instrument. But when all these additional digits are just guesswork, I don't really see the benefit.
Even seeing relative changes or trends is not all that useful if the absolute accuracy is so "bad" (I mean, bad in comparison to all these digits on screen) that the trend might be entirely wrong...?
But it’s not guesswork; if the instrument is halfway reasonably designed, the extra digits may have an error, but it’s not random: the error comprised of gain errors (input x some value), offset errors (input + some value), and noise. The noise is fairly easy to deal with by averaging or other filtering, so let’s ignore it. So your display value = (input x gain error) + offset error.
Suppose the actual input value is 1000. Let’s add a gain error of, say, +1%, and an offset of 0.005.
Display value = (1000 x 1.01) + 0.005 = 1010 + 0.005 = 1010.005
Now let’s assume the input value changes to 1000.001.
(1000.001 x 1.01) + 0.005 = 1010.00601
There’s still an error and the absolute value is wrong, but the
change of .001 was still visible. That might let you see things that are useful.