It was part of an experiment that never materializedexperiment that never graduated out of beta, based on code comments:
// TODO: This was written for an experiment that did not graduate and can be removed. function normalizePostScore(score) { const negativeVoteScoreFloor = _Shared_options_mod__WEBPACK_IMPORTED_MODULE_1__["default"].site.negativeVoteScoreFloor; return negativeVoteScoreFloor === null ? score : Math.max(negativeVoteScoreFloor, score); }