Earlier quoted context omitted.
So I have this factory that builds objects. Building an object requires $X of energy. Because of a temporary malfunction in the factory, a few of them required 10 times that amount of energy. Are you saying that these selected objects that were built during the malfunction, and which are otherwise identical to all other objects produced in this factory, are more valuable because of that? I must admit that it makes no…
This isn't the best analogy since PoW was declared beforehand that more work = more trust. In the manufacturing example though, there are many examples of collectables that trade at a huge premium due to a very subtle manufacturing defect.
This is not true. The trust you are talking about is the "solidity" of the blockchain, i.e., it's immutability feature, what (supposedly) makes it a trustable source.
But it is not PoW that makes the blockchain immutable. A lot of people are saying that, but they're wrong, I'm sorry.
What actually makes the blockchain immutable is that it is distributed and that it cannot be done to rewrite it's history discretely. People will notice because the hash of the blocks would change.
The same is true for a Git repository. If you have a Git repository that everyone mirrors regularly (so that it is distributed, just like a blockchain), then you can't rewrite it's history without having people notice: the new log will be incompatible with the history they already have all the commits hash will be different.
The only solution would be, in both case, to find entire collision for each block/commit. This is waaaaay more expansive than mining to find new valid hashes for a given blockchain.