$block->getBlockDateAdded() and $block->getBlockDateLastModified() both return the same timestamp, the one of last modification (in all my tests).
This might be because on every modification of a block Concrete5 creates a new version, so $block->getBlockDateAdded() seem to return the date the particular version was added, which so is the same as the last modification. But what is the use then?
And more important: Is there a way to get the "real" date the block was added, means the first version is created?