From the Bitcoin wiki page on transaction fees:
Transaction priority is calculated as a value-weighted sum of input age, divided by transaction size in bytes: priority = sum(input_value_in_base_units * input_age)/size_in_bytes
Would this alter the way txns will be prioritised in order to try to win? You would always pick txns with the best BTCDD to maximize your chances of being the block to build on.
I see this as potentially being a bad outcome for bitcoin's fungibility.