Dwarf debug info contains some data that otherwise would end up containing absolute addresses. Since these sections are discardable and aren't loaded at runtime, there's no point in adding base relocations for them.
This makes sure that after stripping out dwarf debug info, there are no base relocations that point to nonexistent sections.