New Feature? Auto-observe get('property') within computed

Would it be reasonable to make properties that are referenced within a get() call inside a computed property be automatically observed for changes?

I think it would work against debounce and you lose the control we now have to not sort data on every new record.